home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1312.dms / var1312.adf / HP11 / IO.H < prev    next >
C/C++ Source or Header  |  1991-06-11  |  665b  |  12 lines

  1. extern int comma; /* The current comma setting : true if decimal point is a comma,
  2.  false if it is a point */
  3.  
  4. enum KeyTypes ReadKey(WORD *); /* Read a complete key sequence */
  5. void Disp(void); /* Display the current value of X register */
  6. void Error(int); /* Display Error n */
  7. int GetKey(void); /* Read a key from the HP11 (waiting for its release) */
  8. int scrpos(char *, int); /* Return position n on the liquid cristal display in string t */
  9. int scrlen(char *); /* Return the length taken up on the screen by the string */
  10. void DisplayLine(void); /* Display current program line */
  11. char *NbStr(double); /* Convert number into string according to current mode */
  12.